home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK2145.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-09-21  |  3KB  |  91 lines

  1. ECHO OFF
  2. ECHO ╔═══════════════════════════════════════════════════════════════╗
  3. ECHO ╠Format = INSTALL {target hard drive:} {space} {\subdirectory}╣
  4. ECHO ╚═══════════════════════════════════════════════════════════════╝
  5. ECHO - E.g., INSTALL {space} C: {space} \RACE {enter}
  6. PAUSE
  7.  
  8. ECHO - PRESS [Enter]......
  9. PRINT /T
  10. CLS
  11. SET BUFFERS=28
  12. SET FILES=24
  13.  
  14. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  15. ECHO ▐                DO NOT COPY FILES INTO SUB-DIRECTORY                ▐
  16. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  17. ECHO ▐ Resident software should be turned off!  e.g., Sidekick, Networks  ▐
  18. ECHO ▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐▐
  19.  
  20. ECHO -
  21. ECHO - Your Environment is as follows.
  22. VER
  23. SET
  24. IF NOT EXIST %1\CONFIG.SYS ECHO - System does not have a CONFIG.SYS file.
  25. IF NOT EXIST %1\AUTOEXEC.BAT ECHO - System does not have an AUTOEXEC.BAT file.
  26. PAUSE
  27.  
  28. CLS
  29. CHKDSK %1
  30. ECHO ╔══════════════════════════════════════════════════════════════════════╗
  31. ECHO ║ If any of the following conditions exist it is recommended that you  ║
  32. ECHO ║ FORMAT  your  fixed  drive  before  attempting  to load these discs. ║
  33. ECHO ║ 1) Allocation errors  2)Lost........  3)Less than 2 megabytes avail. ║
  34. ECHO ║ Correcting the above conditions will insure proper error free perfo- ║
  35. ECHO ║ rmance on other programs as well.                                    ║
  36. ECHO ╚══════════════════════════════════════════════════════════════════════╝
  37. ECHO 
  38. PAUSE
  39.  
  40. CLS
  41. ECHO - ╔═════════════════════════════════════════════════════════════════╗
  42. ECHO - ║                 ─ Please see UPDATE.DOC ─                     ║
  43. ECHO - ║ Please make a backup copy....and use the backup copy to install.║
  44. ECHO - ║  Press [Ctrl-C] or [Ctrl-Break] if this is not the backup copy. ║
  45. ECHO - ╚═════════════════════════════════════════════════════════════════╝
  46. ECHO - Target hard drive ---- %1%2
  47. PAUSE
  48.  
  49. BREAK OFF
  50. IF NOT EXIST DPIDPI.DPI ECHO Set prompt to floppy....
  51. IF NOT EXIST DPIDPI.DPI GOTO AEND
  52.  
  53. IF %1. == . GOTO AEND
  54.  
  55. IF EXIST %1\*.* GOTO KG
  56. ECHO - Hard drive %1 does not exist....
  57. GOTO AEND
  58.  
  59. :KG
  60. IF NOT EXIST %1%2\*.* MD %1%2
  61. IF EXIST %1%2\*.SIM ERASE %1%2\*.SIM
  62.  
  63. ECHO -
  64. ECHO - Answer "Y" to Overwrite.......
  65. ECHO -
  66. RACEMAIN /e %1%2
  67. COPY TRACK.BAT %1%2
  68. COPY RACES.BAT %1%2
  69.  
  70. %1
  71. CD %2
  72. VOL > RACE.VER
  73. CLS
  74. ECHO - Install complete.....
  75. ECHO ╔═════════════════════════════════════════════════════════════════════════╗
  76. ECHO ║ If a README file exists on your diskette, it contains important infoma- ║
  77. ECHO ║ tion that you will want to read. Insert this diskette in a floppy drive ║
  78. ECHO ║ with the printer on and type:    PRINT README.*                         ║
  79. ECHO ╚═════════════════════════════════════════════════════════════════════════╝
  80. PAUSE
  81.  
  82. TRACK
  83.  
  84. :AEND
  85. ECHO ╔═══════════════════════════════════════════════════════════════╗
  86. ECHO ╠Format = INSTALL {target hard drive:} {space} {\subdirectory}╣
  87. ECHO ╚═══════════════════════════════════════════════════════════════╝
  88. ECHO - E.g., INSTALL {space} C: {space} \RACE {enter}
  89. ECHO Did not install correctly.....
  90. BREAK ON
  91.